home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / program_time < prev    next >
Text File  |  2001-04-06  |  356b  |  14 lines

  1. SYNOPSIS
  2.         int program_time()
  3.         int program_time(object ob)
  4.  
  5. DESCRIPTION
  6.         Returns the creation (compilation) time of the object's
  7.         program. Default is this_object(), if no arg is given.
  8.  
  9.         CAVEAT: If the objects program is swapped out, this efun
  10.           swaps it back in.
  11.  
  12. SEE ALSO
  13.         object_time(E), program_name(E)
  14.